-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paddlepaddle avg pool3d #22624
Paddlepaddle avg pool3d #22624
Conversation
Thanks for contributing to Ivy! 😊👏 |
Hi @KaylaMLe, it looks like there is an issue with your test args as all tests are currently returning:
|
Ah, okay. That's the test I tried to add, so that makes sense. Are those more specific error messages available in GitHub or only when you run the test locally? From my end, all I could tell were that some number of seemingly random tests were failing, and I couldn't find the error message |
I had been trying to set up local testing for a while, but I was having issues with getting Docker to run with PyCharm. I've followed the tutorial, and I'm trying to run the tests by clicking the green button, but I'm getting a directory not found error for a test directory that definitely exists |
@KaylaMLe those errors were from running locally. As for your Docker/PyCharm setup issues, if you check out the PyCharm channel on the Ivy discord, I believe that others have faced this issue as well and offered some solutions. |
Thanks. There's a pinned comment about adding package paths to the interpreter which may be causing the issue, but the UI I see in PyCharm is different from the screenshot. I'm currently asking about it in that channel. |
Hi @KaylaMLe, any luck on getting the tests set up in PyCharm? |
Thanks for following up on this. Unfortunately, I still haven't been able to work out the testing issues. I'm also still unsure why my PR is failing. Someone else also got a PR in for this subtask before it was marked as in progress, and AFAIK their PR is also failing. It may be best at this point to close the PR given that I haven't been able to make progress for so long. |
This is a subtask of #15055.
Related Issue
Close #22597